projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a360be7
)
Set mode-line-frame-identification
author
Geoff Voelker
<voelker@cs.washington.edu>
Tue, 5 Aug 1997 17:03:56 +0000
(17:03 +0000)
committer
Geoff Voelker
<voelker@cs.washington.edu>
Tue, 5 Aug 1997 17:03:56 +0000
(17:03 +0000)
to remove frame name from mode-line instead of
mode-line-buffer-identification.
lisp/term/w32-win.el
patch
|
blob
|
history
diff --git
a/lisp/term/w32-win.el
b/lisp/term/w32-win.el
index 3f91ea10b60ce3d51b18206a86177add250a6005..3cc2986b69e118b4d3818c9b7f1a5e63e9298f2c 100644
(file)
--- a/
lisp/term/w32-win.el
+++ b/
lisp/term/w32-win.el
@@
-635,7
+635,7
@@
This is in addition to the primary selection.")
(setq split-window-keep-point t)
;; Don't show the frame name; that's redundant.
-(setq-default mode-line-
buffer-identification '("Emacs: %12b")
)
+(setq-default mode-line-
frame-identification " "
)
;;; Set to a system sound if you want a fancy bell.
(set-message-beep 'ok)